POST
/
table
/
query_stats
Table Query Stats
curl --request POST \
  --url https://trace.wandb.ai/table/query_stats \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "project_id": "my_entity/my_project",
  "digest": "aonareimsvtl13apimtalpa4435rpmgnaemrpgmarltarstaorsnte134avrims"
}'
{
  "count": 123
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
project_id
string
required

The ID of the project

Examples:

"my_entity/my_project"

digest
string
required

The digest of the table to query

Examples:

"aonareimsvtl13apimtalpa4435rpmgnaemrpgmarltarstaorsnte134avrims"

Response

Successful Response

count
integer
required